dlang_koans ~master (2022-05-05T10:04:19.9949617)
Dub
Repo
MyClass
about_traits
Undocumented in source.
class
MyClass {
this
();
~this
();
void
foo
();
int
foo
(int );
}
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
foo
void
foo
()
Undocumented in source. Be warned that the author may not have intended to support it.
foo
int
foo
(int )
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
about_traits
classes
AboutTraits
MyClass